.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #fff;
	overflow-x: hidden;
}
.container{
	width:1200px;
	margin: 0 auto;
}

.headera{
	background: #000000;
}
.headera p{
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}
.headera p.fl{
	padding-left: 29px;
	background: url(../images/1.png) no-repeat left center;
}
.headera ul.fr{
	padding-left: 70px;
	background: url(../images/di.png) no-repeat left center;
}
.headera ul.fr li{
	padding: 0 10px;
	border-left: 1px solid #333333;
}
.headera ul.fr li:last-child{
	border-right: 1px solid #333333;
}
.headera ul.fr a{
	font-size: 12px;
	color: #666666;
	display: block;
	line-height: 40px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}
.headera ul.fr li:nth-child(1) a{
	background-image: url(../images/e.png);
}
.headera ul.fr li:nth-child(2) a{
	background-image: url(../images/c.png);
}



.stick {
	position:fixed;
	top:0;
	left: 0;
}
.headerb{
	font-size: 0;
	z-index:100;
	width: 100%;
	background: url(../images/header.jpg) no-repeat center;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.headerb h1.fl{
	margin: 20px 0;
}
.headerb h1.fl a{
	display: block;
}
.headerb h1.fl img{
	
}

.headerb nav.fr{
	
}
.headerb nav.fr .yiji{
	
}
.headerb nav.fr .yiji>li{
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	position: relative;
}
.headerb nav.fr .yiji>li:first-child{
	margin-left: 0;
}
.headerb nav.fr .yiji>li>a{
	display: block;
	padding: 39.5px 0;
	font-size: 16px;
	color: #333333;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb nav.fr .yiji>li>a.cur,
.headerb nav.fr .yiji>li>a.active{
	color: rgba(0,114,74,1);
}
.headerb nav.fr .yiji>li>.erji{
	display: none;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	width: 270px;
	z-index: 99;
	background: rgba(0,114,74,.8);
}
.headerb nav.fr .yiji>li>.erji:before{
	content: '';
	position: absolute;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0,114,74,.8);
	top: -7px;
	left: 50%;
	z-index: 99;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.headerb nav.fr .yiji>li>.erji>li{
	
}
.headerb nav.fr .yiji>li>.erji>li>a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-bottom:1px solid #228c59;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb nav.fr .yiji>li>.erji>li>a:hover{
	background: rgba(0,114,74,1);
	border-bottom:1px solid rgba(0,114,74,1);
}


.footer{
	background: #1b1c20;
}
.footer-a{
	padding: 70px 0 60px 0;
}
.footer-a1{
	border-right: 1px solid #575757;
}
.footer-a1 h2{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 40px;
}
.footer-a1 ul{
	
}
.footer-a1 ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}
.footer-a1 ul h3{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}
.footer-a1 ul a{
	display: block;
	font-size: 16px;
	color: #999999;
	margin-bottom: 20px;
}
.footer-a2{
	
}
.footer-a2 h4{
	font-size: 18px;
	color: #999999;
	margin-bottom: 25px;
}
.footer-a2 p{
	
}
.footer-a2 p a{
	display: inline-block;
}
.footer-a2 p a img{
	max-width: 180px;
}
.footer-a2 span{
	font-size: 12px;
	color: #999999;
}
.footer-b{
	border-top: 1px solid #575757;
}
.footer-b p{
	font-size: 14px;
	color: #999999;
	line-height: 60px;
}
.footer-b p a{
	font-size: 14px;
	color: #999999;
}